.btm_ewm_box {
  /*margin-top: 30px;*/
  width: 950px;
  margin: 0 auto;
}

.beb_tle {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}

.beb_tle strong {
  color: #f21b2d;
}

.beb_tle::before,
.beb_tle::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 14px;
  background: url(/statics/images/beb_tle_bg.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 12px;
}

.beb_tle::before {
  transform: rotateY(180deg);
}

.btm_ewm_ctt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btm_ewm_item_txt {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 6px;
  padding-left: 20px;
  background: url(/statics/images/btm_ewm_lxwm.png) no-repeat;
  background-size: 14px 14px;
  background-position: 0 3px;
}

.btm_ewm_item:nth-child(2) > p:first-child {
  background: url(/statics/images/btm_ewm_app.png) no-repeat;
  background-size: 14px 14px;
  background-position: 0 3px;
}

.btm_ewm_item:nth-child(3) > p:first-child {
  background: url(/statics/images/btm_ewm_xcx.png) no-repeat;
  background-size: 14px 14px;
  background-position: 0 3px;
}

.btm_ewm_txtbox {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 310px;
  height: 90px;
  box-sizing: border-box;
  padding: 6px 0;
  padding-left: 18px;
  border-radius: 5px;
  position: relative;
  box-shadow: 2px 2px 10px -2px #00000036;
}

.btm_ewm_txtbox p {
  font-size: 13px;
  color: #989898;
}

.btm_ewm_txtbox strong {
  font-size: 16px;
  color: #333;
}

.btm_ewm_txtbox img {
  width: 112px;
  height: 112px;
  box-sizing: border-box;
  border: 1px solid #00077d;
  position: absolute;
  right: 18px;
  bottom: 12px;
}